home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / cryp.zip / READ.ME < prev    next >
Text File  |  1988-05-28  |  3KB  |  66 lines

  1.                                    CRYPTO.BAS
  2.  
  3. This program will let you decode a 6 line cryptogram (app. 480 letters worth).
  4. It is written in BASICA and can be compiled with Microsoft QuickBasic for
  5. faster speed in execution.
  6.  
  7. To use the program:
  8.  
  9. First, place the file disk in drive B.  This is any disk that you are
  10. willing to write to save the crypto that you are working on.  If you are
  11. big on cryptograms I would suggest that you use a disk just for this purpose
  12. as you can call up a partially finished cryptogram as well.
  13.  
  14. Second, all solving is done in CAPS so put the caps lock on. the computer will
  15. check this by asking you "Is caps lock on? (Y/N)" and this must be answered by
  16. a capital Y. if not it will continue to ask the question until you have the
  17. caps lock on.
  18.  
  19. Third, computer will ask if you want to recall a saved crypto.  If the answer
  20. is Y it will ask the name of the file to retrieve.  Enter only the name as it
  21. assumes drive B:
  22.  
  23. If you have retrieved a file the lines and any solving will be put onto the
  24. screen and you can go from there.  However, if you are starting this from
  25. scratch you will have to enter the lines of the crypto.
  26.  
  27. Copy carefully the 1st line of the crypt.  I am sorry but there is no word
  28. wrap in this program so pay attention.  Also being a bare bones type of thing
  29. there is no way to edit the line once it has been entered.  You might toy with
  30. a word processor to enter the lines but I haven't yet.  If you have all the
  31. line in but the computer asks you to enter line "x" just hit enter and go on.
  32. There are 6 lines to fill in.
  33.  
  34. After you fill in the 6 lines they will be re-displayed (with the punctuation
  35. displayed on both the crypt line and the solved line) and you will be given
  36. four options.
  37.  
  38. 1- Change single letter
  39.  
  40.    For this you hit 1 <ENTER> and you are asked "letter to be changed" enter
  41. the letter of the crypto that you want to be changed to something else.  After
  42. doing that you will be asked what to "change to".  Enter the letter that you
  43. want it changed to.  The computer will re-display again showing both the
  44. original crypt and your partial solution.
  45.  
  46. 2- Erase all
  47.  
  48.    Sometimes you get so screwed up in solving a crypt that you just want to
  49. start over.  That's choice number 2.  It erases ALL of your solutions but none
  50. of the cryptogram.  Use it sparingly.
  51.  
  52. 3- Save
  53.  
  54.    This saves the crypto and its solution (or partial solution) to drive B.
  55. After selecting 3 just enter the name of the file you want it saved to.  The
  56. computer assumes drive B so don't enter that.  And no quotes.
  57.  
  58. 4- End
  59.  
  60.    Guess what this is.  Use this when its 4 o'clock in the morning and you
  61. have decided that maybe there is something else you should be doing.  DON'T
  62. FORGET TO SAVE YOUR WORK.  You can always erase later.
  63.  
  64. One last thing.  There are a million different ways to program a specific task
  65. and at least that many ways to implement it.  Feel free to break into the code
  66. and add you own special things to make life easier.